Conversation
* fix(js-sdk): add Zod v4 compatibility for schema conversion Replace direct usage of deprecated `zod-to-json-schema` package with a new utility that supports both Zod v3 and v4. The `zod-to-json-schema` package is incompatible with Zod v4, causing schema conversion failures for users who have upgraded to Zod v4. Changes: - Create zodSchemaToJson.ts utility with Zod v3/v4 detection - Add isZodSchema() function to detect Zod schemas - Add safeZodSchemaToJsonSchema() for graceful conversion - Update validation.ts, extract.ts, agent.ts, and v1/index.ts - Add comprehensive unit tests for the new utility The utility: - Detects Zod v4 schemas by checking for _zod property - Falls back to zod-to-json-schema for Zod v3 schemas - Provides safeZodSchemaToJsonSchema for graceful fallback Co-Authored-By: rafaelsideguide <rafael@sideguide.dev> * refactor(js-sdk): simplify zodSchemaToJson utility and tests - Rename safeZodSchemaToJsonSchema to zodSchemaToJsonSchema (redundant prefix) - Remove unnecessary comments explaining obvious behavior - Condense 47 unit tests into 5 comprehensive tests - Clean up redundant code Co-Authored-By: rafaelsideguide <rafael@sideguide.dev> * mv test to right spot * bump version --------- Co-authored-by: firecrawl-spring[bot] <254786068+firecrawl-spring[bot]@users.noreply.github.com> Co-authored-by: rafaelsideguide <rafael@sideguide.dev> Co-authored-by: rafaelmmiller <150964962+rafaelsideguide@users.noreply.github.com>
* feat(crawl): add sitemap-only support Co-Authored-By: mogery <mogery@sideguide.dev> * chore(sdk): bump js/python versions Co-Authored-By: mogery <mogery@sideguide.dev> --------- Co-authored-by: firecrawl-spring[bot] <254786068+firecrawl-spring[bot]@users.noreply.github.com> Co-authored-by: mogery <mogery@sideguide.dev>
…r-mmjv-4gpg) (#2728) - Upgrade lodash to 4.17.23 in apps/api (direct dependency) - Add pnpm override for lodash in apps/test-suite (transitive via artillery) This fixes the audit-ci failures caused by CVE-2025-13465, a prototype pollution vulnerability in lodash's _.unset and _.omit functions. Co-authored-by: firecrawl-spring[bot] <254786068+firecrawl-spring[bot]@users.noreply.github.com> Co-authored-by: mogery <mogery@sideguide.dev>
* Add manual pagination helpers for crawl and batch * Bump python sdk version --------- Co-authored-by: firecrawl-spring[bot] <254786068+firecrawl-spring[bot]@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
See Commits and Changes for more details.
Created by
pull[bot] (v2.0.0-alpha.4)
Can you help keep this open source service alive? 💖 Please sponsor : )